[INFO] cloning repository https://github.com/DependoBuf/dependobuf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DependoBuf/dependobuf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDependoBuf%2Fdependobuf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDependoBuf%2Fdependobuf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b7e566efecf9cdf577fed6623228a044143636c9
[INFO] testing DependoBuf/dependobuf against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDependoBuf%2Fdependobuf" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DependoBuf/dependobuf
[INFO] finished tweaking git repo https://github.com/DependoBuf/dependobuf
[INFO] tweaked toml for git repo https://github.com/DependoBuf/dependobuf written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DependoBuf/dependobuf on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DependoBuf/dependobuf already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 745ba6378769aa3f02848c7d3aa12d63fc8c651e39db7a7158576b88d53a49ac
[INFO] running `Command { std: "docker" "start" "-a" "745ba6378769aa3f02848c7d3aa12d63fc8c651e39db7a7158576b88d53a49ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "745ba6378769aa3f02848c7d3aa12d63fc8c651e39db7a7158576b88d53a49ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "745ba6378769aa3f02848c7d3aa12d63fc8c651e39db7a7158576b88d53a49ac", kill_on_drop: false }`
[INFO] [stdout] 745ba6378769aa3f02848c7d3aa12d63fc8c651e39db7a7158576b88d53a49ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e2cb61320adeffb00cbd4715c8754715d69f966eea42aca08fa55fc632839910
[INFO] running `Command { std: "docker" "start" "-a" "e2cb61320adeffb00cbd4715c8754715d69f966eea42aca08fa55fc632839910", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling cc v1.2.22
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling icu_properties_data v2.0.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling unescape v0.1.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling chumsky v0.12.0
[INFO] [stderr]    Compiling clap_builder v4.5.52
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling pretty v0.12.4
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling ariadne v0.6.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling internment v0.8.6
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]    Compiling tokio v1.45.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling logos-codegen v0.16.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap v4.5.52
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling logos-derive v0.16.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling logos v0.16.0
[INFO] [stderr]    Compiling dbuf-core v0.1.0 (/opt/rustwide/workdir/dbuf-core)
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling dbuf-rust-runtime v0.1.0 (/opt/rustwide/workdir/runtime/dbuf-rust-runtime)
[INFO] [stderr]    Compiling tower-lsp v0.20.0
[INFO] [stderr]    Compiling dbuf v0.1.0 (/opt/rustwide/workdir/dbuf)
[INFO] [stderr]    Compiling dbuf-format v0.1.0 (/opt/rustwide/workdir/dbuf-format)
[INFO] [stderr]    Compiling dbuf-gen v0.1.0 (/opt/rustwide/workdir/dbuf-gen)
[INFO] [stderr]    Compiling dbuf-lsp v0.1.0 (/opt/rustwide/workdir/dbuf-lsp)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
[INFO] running `Command { std: "docker" "inspect" "e2cb61320adeffb00cbd4715c8754715d69f966eea42aca08fa55fc632839910", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2cb61320adeffb00cbd4715c8754715d69f966eea42aca08fa55fc632839910", kill_on_drop: false }`
[INFO] [stdout] e2cb61320adeffb00cbd4715c8754715d69f966eea42aca08fa55fc632839910
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33355d129ba4c1dfb5c2795beefc37ed88e61c18c4fd04697d345c77d514d18b
[INFO] running `Command { std: "docker" "start" "-a" "33355d129ba4c1dfb5c2795beefc37ed88e61c18c4fd04697d345c77d514d18b", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling fastrand v2.4.0
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling dbuf-rust-runtime v0.1.0 (/opt/rustwide/workdir/runtime/dbuf-rust-runtime)
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling logos-codegen v0.16.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling logos-derive v0.16.0
[INFO] [stderr]    Compiling logos v0.16.0
[INFO] [stderr]    Compiling dbuf-core v0.1.0 (/opt/rustwide/workdir/dbuf-core)
[INFO] [stderr]    Compiling dbuf-format v0.1.0 (/opt/rustwide/workdir/dbuf-format)
[INFO] [stderr]    Compiling dbuf v0.1.0 (/opt/rustwide/workdir/dbuf)
[INFO] [stderr]    Compiling dbuf-gen v0.1.0 (/opt/rustwide/workdir/dbuf-gen)
[INFO] [stderr]    Compiling dbuf-lsp v0.1.0 (/opt/rustwide/workdir/dbuf-lsp)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "33355d129ba4c1dfb5c2795beefc37ed88e61c18c4fd04697d345c77d514d18b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33355d129ba4c1dfb5c2795beefc37ed88e61c18c4fd04697d345c77d514d18b", kill_on_drop: false }`
[INFO] [stdout] 33355d129ba4c1dfb5c2795beefc37ed88e61c18c4fd04697d345c77d514d18b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 472dd2ad2d1a8bb2502e4b11394ab4d649e39f53342eb4b6384cb873823ad8e3
[INFO] running `Command { std: "docker" "start" "-a" "472dd2ad2d1a8bb2502e4b11394ab4d649e39f53342eb4b6384cb873823ad8e3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dbuf-dcea0fe7207378b7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dbuf-44efb9c6cf30ee1c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dbuf_core-be3b4151f4707389)
[INFO] [stdout] 
[INFO] [stdout] running 98 tests
[INFO] [stdout] test cst::lexer::tests::test_string_correct ... ok
[INFO] [stdout] test elaboration::graph::tests::message_no_fields_has_initial ... ok
[INFO] [stdout] test elaboration::graph::tests::message_fully_recursive_no_initial ... ok
[INFO] [stdout] test elaboration::graph::tests::message_mixed_fields_no_initial ... ok
[INFO] [stdout] test elaboration::graph::tests::enum_with_base_case_has_initial ... ok
[INFO] [stdout] test elaboration::apply::tests::no_fields_returns_arity_error ... ok
[INFO] [stdout] test elaboration::apply::tests::applies_last_field ... ok
[INFO] [stdout] test elaboration::graph::tests::enum_all_recursive_no_initial ... ok
[INFO] [stdout] test elaboration::graph::tests::message_nonrecursive_fields_has_initial ... ok
[INFO] [stdout] test elaboration::graph::tests::linear_field_deps ... ok
[INFO] [stdout] test elaboration::graph::tests::linear_param_deps ... ok
[INFO] [stdout] test cst::lexer::tests::test_number_correct ... ok
[INFO] [stdout] test elaboration::graph::tests::external_type_refs_ignored ... ok
[INFO] [stdout] test elaboration::graph::tests::self_reference_not_a_cycle ... ok
[INFO] [stdout] test elaboration::map_ast::tests::binary_maps_both_operands ... ok
[INFO] [stdout] test elaboration::map_ast::tests::literal_preserves_value ... ok
[INFO] [stdout] test elaboration::map_ast::tests::module_maps_all_names ... ok
[INFO] [stdout] test elaboration::map_ast::tests::variable_maps_name_and_type ... ok
[INFO] [stdout] test elaboration::map_ast::tests::unary_access_maps_field_name ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::add_commutativity ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::add_associativity ... ok
[INFO] [stdout] test elaboration::graph::tests::no_deps ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::add_identity ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::constant_folding ... ok
[INFO] [stdout] test elaboration::graph::tests::cycle_detected ... ok
[INFO] [stdout] test elaboration::graph::tests::multiple_types_reports_all_bad ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::cube_of_sum ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::complex_product ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::add_same_variable ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::distributivity ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::double_negation ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::literal_constant ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::mul_associativity ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::mul_commutativity ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::mul_distributes_over_sub ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::mul_identity ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::mul_zero ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::neg_distributes_over_add ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::neg_distributes_over_mul ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::product ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::single_variable ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::square_of_difference ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::sub_anticommutativity ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::sub_cancels ... ok
[INFO] [stdout] test elaboration::normalize::arith::tests::sub_identity ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::and_associativity ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::and_commutativity ... ok
[INFO] [stdout] test cst::lexer::tests::test_comment_correct ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::and_false ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::and_true ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::contradiction ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::demorgan_and ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::demorgan_or ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::distributivity_full_equality ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::double_negation ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::false_or_x ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::idempotence_and ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::idempotence_or ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::literal ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::or_associativity ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::or_commutativity ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::or_false ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::or_true ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::tautology ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::tautology_case_split ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::tautology_excluded_middle_complex ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::triple_demorgan_and ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::triple_demorgan_or ... ok
[INFO] [stdout] test elaboration::normalize::boolean::tests::true_and_x ... ok
[INFO] [stdout] test elaboration::normalize::strings::tests::literals_before_and_after_var ... ok
[INFO] [stdout] test elaboration::normalize::strings::tests::literals_not_merged ... ok
[INFO] [stdout] test elaboration::subst::tests::subst_in_constructor ... ok
[INFO] [stdout] test elaboration::subst::tests::subst_in_opcall_binary ... ok
[INFO] [stdout] test elaboration::subst::tests::subst_in_opcall_unary ... ok
[INFO] [stdout] test elaboration::unify::tests::binary_op_mismatch ... ok
[INFO] [stdout] test elaboration::unify::tests::ctor_mismatch ... ok
[INFO] [stdout] test elaboration::unify::tests::ctor_unify_success ... ok
[INFO] [stdout] test elaboration::unify::tests::ctor_vs_opcall_mismatch ... ok
[INFO] [stdout] test elaboration::unify::tests::opcall_kind_mismatch_literal_vs_unary ... ok
[INFO] [stdout] test elaboration::unify::tests::left_binds ... ok
[INFO] [stdout] test elaboration::unify::tests::opcall_kind_mismatch_unary_vs_binary ... ok
[INFO] [stdout] test elaboration::unify::tests::right_binds ... ok
[INFO] [stdout] test elaboration::unify::tests::type_arity_mismatch ... ok
[INFO] [stdout] test elaboration::unify::tests::unify_type_no_deps_success ... ok
[INFO] [stdout] test elaboration::unify::tests::unary_same_op_success ... ok
[INFO] [stdout] test elaboration::unify::tests::value_conflicting_bindings ... ok
[INFO] [stdout] test elaboration::unify::tests::same_binds ... ok
[INFO] [stdout] test elaboration::unify::tests::same_literal_success ... ok
[INFO] [stdout] test elaboration::unify::tests::unary_op_mismatch ... ok
[INFO] [stdout] test elaboration::unify::tests::type_name_mismatch ... ok
[INFO] [stdout] test elaboration::unify::tests::unify_type_with_deps_success ... ok
[INFO] [stdout] test elaboration::unify::tests::value_conflicting_bindings_2 ... ok
[INFO] [stdout] test elaboration::unify::tests::value_literal_mismatch ... ok
[INFO] [stdout] test elaboration::unify::tests::var_binds ... ok
[INFO] [stdout] test elaboration::unify::tests::binary_op_success ... ok
[INFO] [stdout] test elaboration::unify::tests::opcall_vs_ctor_mismatch ... ok
[INFO] [stdout] test elaboration::graph::tests::diamond ... ok
[INFO] [stdout] test elaboration::apply::tests::substitutes_type_variable_into_remaining_fields ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 98 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-7017609b3a06607b)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test elaboration::elaboration_correct::test_bool_tag ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_dot_access_ctor_args ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_chained_field_access ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_dot_access ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_dep_on_dep ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_dep_chain ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_enum_exhaustive_no_wildcard ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_enums_recursive ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_enums_dependent ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_enums_multi_dep ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_enum_as_dep ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_enum_dep_on_parametric_enum ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_binary_ops ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_builtin_types ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_enums_simple ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_equiv_normalization_in_dep ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_enums_wildcard_implicits ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_field_on_field ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_int_literal_patterns ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_parametric_enum_as_dep ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_enums_uint_string_dep ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_message_constructor_as_dep ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_message_as_enum_dep ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_pattern_var_multi_field ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_literals ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_dependent_messages ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_normalize_arithmetic ... ok
[INFO] [stdout] test parsing::parsing_warnings::test_warning_error ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_string_ops_extended ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_name_shadowing ... ok
[INFO] [stdout] test parsing::parsing_warnings::test_warning_ast ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_unary_ops ... ok
[INFO] [stdout] test parsing::parsing_warnings::test_warning_cst ... ok
[INFO] [stdout] test elaboration::elaboration_incorrect::test_incorrect_elaboration ... ok
[INFO] [stdout] test parsing::parsing_correct::test_correct_ast ... ok
[INFO] [stdout] test parsing::parsing_correct::test_correct_cst ... ok
[INFO] [stdout] test elaboration::elaboration_correct::test_correct_elaboration ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dbuf_format-2ff35c761fa51f09)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dbuf_gen-6d96ff5242ffa8dd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gen_tests.rs (/opt/rustwide/target/debug/deps/gen_tests-deba59f5f9b61950)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dbuf_lsp-9e9dd2ab6b4ada51)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test diagnostic::semantic_token::tests::test_modifiers_consistency ... ok
[INFO] [stdout] test core::ast_visitor::tests::test_skip_mask_iterator ... ok
[INFO] [stdout] test core::errors::tests::test_unique_codes ... ok
[INFO] [stdout] test diagnostic::semantic_token::tests::test_tokens_consistency ... ok
[INFO] [stdout] test core::ast_visitor::tests::test_skip_mask ... ok
[INFO] [stdout] test core::ast_visitor::tests::test_stop_after_signal ... ok
[INFO] [stdout] test core::ast_visitor::tests::test_skip_stop_correctness ... ok
[INFO] [stdout] test core::ast_visitor::tests::test_skip_correctness ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/action_tests.rs (/opt/rustwide/target/debug/deps/action_tests-993f7b9a57729167)
[INFO] [stdout] 
[INFO] [stdout] running 53 tests
[INFO] [stdout] test action::rename_tests::rename_constructor_pattern_field ... ok
[INFO] [stdout] test action::rename_tests::rename_constructor_constructor ... ok
[INFO] [stdout] test action::rename_tests::rename_alias_call_chain ... ok
[INFO] [stdout] test action::rename_tests::rename_alias_declaration ... ok
[INFO] [stdout] test action::rename_tests::rename_constructor_declaration ... ok
[INFO] [stdout] test action::rename_tests::rename_constructor_pattern ... ok
[INFO] [stdout] test action::rename_tests::rename_constructor_constructor_field ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_enum_constructor_use ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_enum_all ... ok
[INFO] [stdout] test action::rename_tests::rename_alias_field ... ok
[INFO] [stdout] test action::rename_tests::rename_alias_all ... ok
[INFO] [stdout] test action::rename_tests::rename_alias_constructor ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_enum_dependency ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_enum_declaration ... ok
[INFO] [stdout] test action::rename_tests::rename_cache_miss ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_enum_fields ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_message_declaration ... ok
[INFO] [stdout] test action::rename_tests::rename_enum_declaration ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_message_fields ... ok
[INFO] [stdout] test action::rename_tests::rename_enum_dependency ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_message_dependency ... ok
[INFO] [stdout] test action::rename_tests::rename_constructor_all ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_message_all ... ok
[INFO] [stdout] test action::rename_tests::rename_field_constructor_constructor_decl ... ok
[INFO] [stdout] test action::rename_tests::rename_dependency_message_constructor_use ... ok
[INFO] [stdout] test action::rename_tests::invalid_rename_place ... ok
[INFO] [stdout] test action::rename_tests::rename_enum_all ... ok
[INFO] [stdout] test action::rename_tests::rename_enum_field ... ok
[INFO] [stdout] test action::rename_tests::rename_enum_field_constructor ... ok
[INFO] [stdout] test action::rename_tests::rename_field_constructor_declaration ... ok
[INFO] [stdout] test action::rename_tests::rename_field_message_constructor_decl ... ok
[INFO] [stdout] test action::rename_tests::rename_field_constructor_pattern_decl ... ok
[INFO] [stdout] test action::rename_tests::rename_field_message_call_chain ... ok
[INFO] [stdout] test action::rename_tests::rename_field_constructor_field ... ok
[INFO] [stdout] test action::rename_tests::invalid_rename_type ... ok
[INFO] [stdout] test action::rename_tests::rename_field_message_declaration ... ok
[INFO] [stdout] test action::format_tests::canon_formatting ... ok
[INFO] [stdout] test action::rename_tests::invalid_rename_field ... ok
[INFO] [stdout] test action::rename_tests::rename_field_message_field ... ok
[INFO] [stdout] test action::rename_tests::rename_field_constructor_constructor_use ... ok
[INFO] [stdout] test action::rename_tests::rename_message_pattern ... ok
[INFO] [stdout] test action::rename_tests::rename_message_dependency ... ok
[INFO] [stdout] test action::rename_tests::rename_field_message_constructor_use ... ok
[INFO] [stdout] test action::rename_tests::rename_field_message_pattern_decl ... ok
[INFO] [stdout] test action::rename_tests::rename_message_field ... ok
[INFO] [stdout] test action::rename_tests::rename_messsage_declaration ... ok
[INFO] [stdout] test action::rename_tests::rename_message_field_constructor ... ok
[INFO] [stdout] test action::rename_tests::rename_message_constructor ... ok
[INFO] [stdout] test action::rename_tests::rename_message_pattern_field ... ok
[INFO] [stdout] test action::rename_tests::rename_message_constructor_field ... ok
[INFO] [stdout] test action::rename_tests::rename_message_all ... ok
[INFO] [stdout] test action::rename_tests::rename_field_message_all ... ok
[INFO] [stdout] test action::rename_tests::rename_field_constructor_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/common_tests.rs (/opt/rustwide/target/debug/deps/common_tests-aa2a9ad356cef5ab)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test with_cursors ... ok
[INFO] [stdout] test as_it ... ok
[INFO] [stdout] test with_cursors_location ... ok
[INFO] [stdout] test with_multi_cursors ... ok
[INFO] [stdout] test with_location ... ok
[INFO] [stdout] test with_multi_cursors_location ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/completion_tests.rs (/opt/rustwide/target/debug/deps/completion_tests-b18a2e57beb05251)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test completion::completion_tests::test_regular_enum ... ok
[INFO] [stderr]      Running tests/diagnostic_tests.rs (/opt/rustwide/target/debug/deps/diagnostic_tests-5f0d8b08691e4d6b)
[INFO] [stdout] test completion::completion_tests::test_dot_call ... ok
[INFO] [stdout] test completion::completion_tests::test_regular_enum_call ... ok
[INFO] [stdout] test completion::completion_tests::test_regular_simple ... ok
[INFO] [stdout] test completion::completion_tests::test_enum_alias ... ok
[INFO] [stdout] test completion::completion_tests::test_regular_call ... ok
[INFO] [stdout] test completion::completion_tests::test_dot_enum_call ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test diagnostic::lens_tests::test_code_lens ... ok
[INFO] [stdout] test diagnostic::references_tests::test_ranges ... ok
[INFO] [stdout] test diagnostic::semantic_tests::test_semantic_token ... ok
[INFO] [stdout] test diagnostic::symbol_tests::test_document_symbol ... ok
[INFO] [stdout] test diagnostic::references_tests::test_fuzzing ... ok
[INFO] [stderr]      Running tests/navigation_tests.rs (/opt/rustwide/target/debug/deps/navigation_tests-9c1f051ea42690f1)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test navigation::goto_tests::goto_test_alias ... ok
[INFO] [stdout] test navigation::goto_tests::goto_test_type_enum ... ok
[INFO] [stdout] test navigation::inlay_tests::test_complex_constructor ... ok
[INFO] [stdout] test navigation::goto_tests::goto_test_constructor ... ok
[INFO] [stdout] test navigation::inlay_tests::test_complex_pattern ... ok
[INFO] [stdout] test navigation::goto_tests::goto_test_dependency_message ... ok
[INFO] [stdout] test navigation::goto_tests::goto_type_test_alias ... ok
[INFO] [stdout] test navigation::inlay_tests::test_user_constructor ... ok
[INFO] [stdout] test navigation::inlay_tests::test_user_pattern ... ok
[INFO] [stdout] test navigation::inlay_tests::test_builtin_pattern ... ok
[INFO] [stdout] test navigation::goto_tests::goto_test_field_constructor ... ok
[INFO] [stdout] test navigation::goto_tests::goto_type_test_dependency_message ... ok
[INFO] [stdout] test navigation::inlay_tests::test_builtin_constructor ... ok
[INFO] [stdout] test navigation::goto_tests::goto_test_type_message ... ok
[INFO] [stdout] test navigation::goto_tests::goto_test_dependency_enum ... ok
[INFO] [stdout] test navigation::goto_tests::goto_type_test_dependency_enum ... ok
[INFO] [stdout] test navigation::inlay_tests::test_render ... ok
[INFO] [stdout] test navigation::goto_tests::goto_type_test_field_constructor ... ok
[INFO] [stdout] test navigation::goto_tests::goto_type_test_field_message ... ok
[INFO] [stdout] test navigation::goto_tests::goto_test_field_message ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dbuf_rust_runtime-1f33bce6bdf5c0a9)
[INFO] [stdout] test navigation::hover_tests::test_fuzzing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dbuf
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dbuf_core
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dbuf_format
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dbuf_gen
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dbuf_lsp
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dbuf_rust_runtime
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "472dd2ad2d1a8bb2502e4b11394ab4d649e39f53342eb4b6384cb873823ad8e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "472dd2ad2d1a8bb2502e4b11394ab4d649e39f53342eb4b6384cb873823ad8e3", kill_on_drop: false }`
[INFO] [stdout] 472dd2ad2d1a8bb2502e4b11394ab4d649e39f53342eb4b6384cb873823ad8e3
